Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: adds --p-[no-]keep-primers option to trim-alignment. #214

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mikerobeson
Copy link
Collaborator

@mikerobeson mikerobeson commented Feb 3, 2025

Attempts to fix #213 by allowing the user to toggle the --p-keep-primer-location / --p-no-keep-primer-location parameter. The --p-no-keep-primer-location option is the default. This option will not return an alignment containing the primer positions within the extracted output. If the user would like to retain the primer positions within the extracted alignment output then the user can specify --p-keep-primer-location.

mikerobeson and others added 4 commits February 2, 2025 18:18
…on region

 On branch update-align-trim
 Changes to be committed:
	modified:   rescript/plugin_setup.py
	new file:   rescript/tests/data/small-silva-v4-trim-keeplength-nokeepprimers.fasta
	modified:   rescript/tests/test_trim_alignment.py
	modified:   rescript/trim_alignment.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add option to remove primers on trim-alignment
1 participant